home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / net / pronet / install / deutsch / installieren < prev    next >
Text File  |  2000-01-01  |  391b  |  16 lines

  1. echo "Dieses Script wird ein paar ProNET-Dateien in die richtigen"
  2. echo "Verzeichnisse kopieren."
  3. echo ""
  4. ask "Wollen Sie fortfahren (y/n) ?"
  5. if $rc eq 5
  6.  copy //c/#? to c:
  7.  copy //l/#? to l:
  8.  copy //devs/pronet.device //devs/pronet.config to devs:
  9.  echo ""
  10.  echo "Den MountList-Eintrag müssen Sie allerdings selbermachen.."
  11. else
  12.  echo ""
  13.  echo "Kann doch nicht wahr sein.. :)"
  14. endif
  15. endcli
  16.